Call _exit instead of exit from X error handlers
authorMatthias Clasen <mclasen@redhat.com>
Thu, 31 Mar 2011 23:59:00 +0000 (19:59 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 31 Mar 2011 23:59:00 +0000 (19:59 -0400)
commit31c036b9b44a9d14f878df8804fdaf16c922f376
tree9bfbc4d6e7a88f5a017a4ceab9f8d69d8b3cb807
parentd80d834be8a95c50f4754ab8dbcf1960ce2aad14
Call _exit instead of exit from X error handlers

This is because running atexit() handlers from there is
usually bad news.
https://bugzilla.gnome.org/show_bug.cgi?id=646338
gdk/x11/gdkdisplay-x11.c
gdk/x11/gdkmain-x11.c